body{
	font-family: Lucida;
	background: url(../img/fireblue.jpg) no-repeat fixed;
}

#contenido{
	width: 55%;
	color: #B7DDF2;
	margin: 100px left;
	padding-left: 50px;
	padding-top: 5px;
}
header{
	color: white;
	font-size: 1.4m;
	
}
#titulo{
	font-size: 1.2em;
	padding: 3px 10px 3px 10px;
	margin-left: 15px;
	background-color: #5EB5E4;
	color: white;
	font-weight: bold;
	border-radius: 47px 47px 47px 47px;
	border: 0px solid #000000;
	width: 40%;
}
section article h2, #titulo2, #fecha{
	font-size: 1.3em;
	margin-left: 15px;
}

#noticia p{
	margin-left: 30px;
}
#noticia #texto{
	margin-left: 55px;
	margin-right: 55px;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration:none; 
	color:#0D1F57;
	padding: 5px 15px 5px 15px;
	font-size: 1.2em;
	background-color: white;
	border-radius: 47px 47px 47px 47px;
	border: 0px solid #000000;
}
a:hover{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none; 
	color:white;
	padding: 5px 15px 5px 15px;
	background: #0D1F57;
	border-radius: 47px 47px 47px 47px;
	border: 0px solid #000000;
}

footer{
	margin-top: 20px;
	font-style: italic;
	font-size: 0.8em;
	float: right;
}